From: Jonas Bernoulli Date: Wed, 17 Jun 2020 20:22:53 +0000 (+0200) Subject: ; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5848 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=562bbd0a367b8d4239215c70f8548fed5ab47bac;p=emacs.git ; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message. --- diff --git a/lisp/epg.el b/lisp/epg.el index e53aa8caaaf..df79988c48b 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -123,7 +123,7 @@ (defconst epg-no-data-reason-alist '((1 . "No armored data") - (2 . "Expected a packet but did not found one") + (2 . "Expected a packet but did not find one") (3 . "Invalid packet found, this may indicate a non OpenPGP message") (4 . "Signature expected but not found")))